Xbasic

EMAIL_SELECT_PROFILE Function

Syntax

Selected_Profile_Name as C = email_select_profile([C profile ])

Arguments

profileCharacter

The default profile selection to show to the user. Character

Returns

Selected_Profile_NameCharacter

The profile that the user selected. Returns NULL if none is selected.

Description

The EMAIL_SELECT_PROFILE() function opens a dialog box with a list of all profiles and allows the user to select one. The dialog also has an option to set the selected profile as the active profile.

Example

? email_select_profile()
= "AT&T Broadband"

? email_get_active()
= "AT&T Broadband"

Limitations

Desktop applications only.

See Also